Skip to content

Commit

Permalink
fix(web): correct build ts configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neosoulink committed Jul 16, 2024
1 parent 8911f80 commit 8ae1ff6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion apps/web/src/main.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/web/src/main.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/src/main.js.map

This file was deleted.

10 changes: 7 additions & 3 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "@chess-d/configs/typescript/base.json",
"include": ["src"],
"exclude": ["*.config.cjs", "*.config.js", "*.config.ts"]
"extends": "@chess-d/configs/typescript/base.json",
"compilerOptions": {
"outDir": "./dist",
"noEmit": true
},
"include": ["src"],
"exclude": ["*.config.cjs", "*.config.js", "*.config.ts"]
}

0 comments on commit 8ae1ff6

Please sign in to comment.