Skip to content

Commit 0cbf402

Browse files
committed
simplify tsconfig a bit
1 parent a900509 commit 0cbf402

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
{
22
"compilerOptions": {
3-
"allowUnreachableCode": false,
43
"allowImportingTsExtensions": true,
4+
"allowUnreachableCode": false,
55
"incremental": true,
66
"isolatedModules": true,
77
"jsx": "react-jsx",
8-
"module": "esnext",
98
"moduleResolution": "bundler",
109
"noEmit": true,
1110
"noUnusedLocals": true,
1211
"noUnusedParameters": true,
13-
"outDir": "dist",
1412
"paths": {
1513
"~/*": ["./app/*"],
1614
"@oxide/api": ["./app/api/index.ts"],
1715
"@oxide/api-mocks": ["./mock-api/index.ts"]
1816
},
19-
"resolveJsonModule": true,
20-
"rootDir": ".",
2117
"skipLibCheck": true,
22-
"sourceMap": true,
23-
"strict": true,
2418
"target": "es2023",
2519
"types": ["node", "vite/client", "vitest/importMeta"]
2620
},

tsconfig.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)