Skip to content

Commit cb815e9

Browse files
committed
🔥 remove obsolete tsconfig options
1 parent c81cdd0 commit cb815e9

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"compilerOptions": {
33
"lib": ["ESNext"],
4-
"module": "ESNext",
54
"target": "ESNext",
6-
"moduleResolution": "Bundler",
7-
"moduleDetection": "force",
8-
"allowImportingTsExtensions": true,
95
"noEmit": true,
10-
"composite": true,
116
"strict": true,
127
"skipLibCheck": true,
13-
"jsx": "react-jsx",
14-
"allowSyntheticDefaultImports": true,
15-
"forceConsistentCasingInFileNames": true,
16-
"resolveJsonModule": true,
17-
"allowJs": true,
188
"types": ["node"]
199
},
20-
"include": ["src", "scripts"],
21-
"exclude": ["node_modules", "dist", "bun.lockb", "bunfig.toml", "test", "tests"]
10+
"include": ["scripts"]
2211
}

0 commit comments

Comments
 (0)