Skip to content

Commit 1bb9302

Browse files
committed
Update tsconfig.json
1 parent d39bf79 commit 1bb9302

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@
99
"compilerOptions": {
1010
// File Layout
1111
"rootDir": ".",
12-
"baseUrl": ".",
1312
"outDir": "./dist",
1413
"paths": {
1514
"postprocessing": ["./src/index.js"],
16-
"temp": ["./temp"]
15+
"temp/*": ["./temp/*"]
1716
},
1817
// Environment Settings
18+
"module": "esnext",
19+
"target": "es2025",
1920
"moduleResolution": "bundler",
20-
"module": "es2022",
21-
"target": "es2022",
21+
"types": ["node"],
2222
// Style Options
2323
"noImplicitReturns": true,
2424
"noImplicitOverride": false,
2525
// Other
26-
"noUncheckedSideEffectImports": true,
2726
"resolveJsonModule": true,
28-
"strict": true,
2927
"sourceMap": false,
3028
"skipLibCheck": true
3129
}

0 commit comments

Comments
 (0)