Skip to content

Commit

Permalink
add post-set-to-playground.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 2, 2024
1 parent 7376aa5 commit 11c396a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions epicshop/post-set-playground.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import fs from 'node:fs'
import path from 'node:path'

fs.writeFileSync(
path.join(process.env.EPICSHOP_PLAYGROUND_DEST_DIR, 'tsconfig.json'),
JSON.stringify({ extends: '../tsconfig' }, null, 2),
)

0 comments on commit 11c396a

Please sign in to comment.