Skip to content

Commit

Permalink
Extend base tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Oct 18, 2024
1 parent 2715341 commit 233bdcf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions library/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"lib": ["ES2019", "DOM"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../build",
"declaration": true,
"strict": true,
"allowJs": false,
"skipLibCheck": true
"noEmit": false
},
"include": ["**/*.ts"],
"exclude": ["**/*.test.ts"]
Expand Down

0 comments on commit 233bdcf

Please sign in to comment.