We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca23fa commit 63efda1Copy full SHA for 63efda1
1 file changed
tsconfig.json
@@ -1,11 +1,16 @@
1
{
2
- "include": ["src"],
+ "include": [
3
+ "src"
4
+ ],
5
"compilerOptions": {
6
"outDir": "dist",
- "lib": ["dom", "esnext"],
7
+ "lib": [
8
+ "dom",
9
+ "esnext"
10
11
"declaration": true,
- "moduleResolution": "bundler",
- "module": "esnext",
12
+ "moduleResolution": "nodenext",
13
+ "module": "nodenext",
14
"rootDir": "./src",
15
"sourceMap": true,
16
"strict": true,
0 commit comments