Skip to content

Commit 11c396a

Browse files
committed
add post-set-to-playground.js
1 parent 7376aa5 commit 11c396a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

epicshop/post-set-playground.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import fs from 'node:fs'
2+
import path from 'node:path'
3+
4+
fs.writeFileSync(
5+
path.join(process.env.EPICSHOP_PLAYGROUND_DEST_DIR, 'tsconfig.json'),
6+
JSON.stringify({ extends: '../tsconfig' }, null, 2),
7+
)

0 commit comments

Comments
 (0)