Skip to content

Commit b5ef2a4

Browse files
committed
Slightly modify tsconfig.json to include all files
1 parent a215baa commit b5ef2a4

File tree

2 files changed

+377
-5101
lines changed

2 files changed

+377
-5101
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"jsx": "react",
1111
"declaration": true,
1212
"emitDeclarationOnly": true,
13-
"outDir": "./es",
13+
"outDir": "dist",
1414
"forceConsistentCasingInFileNames": true,
1515
"experimentalDecorators": true,
1616
"rootDirs": ["./src", "./types"],
17-
"rootDir": "./src",
18-
"typeRoots": ["./node_modules/@types", "./types"]
17+
"baseUrl": ".",
18+
"rootDir": ".",
19+
"types": ["vitest/globals", "vitest/importMeta"]
1920
},
20-
"include": ["src/**/*", "types"],
2121
"exclude": ["node_modules", "dist", "test/**/*"]
2222
}

0 commit comments

Comments
 (0)