Skip to content

Commit be579ef

Browse files
anxolinkernelwhisperer
authored andcommitted
fix: fix build
1 parent d3a5022 commit be579ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/sdk-tools/tsconfig.app.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../dist/out-tsc",
5-
"types": ["node", "vite/client"],
6-
"composite": true,
7-
"declaration": true
5+
"types": ["node", "vite/client"]
86
},
97
"files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"],
108
"exclude": [

0 commit comments

Comments
 (0)