We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsconfig.json
1 parent a215baa commit b5ef2a4Copy full SHA for b5ef2a4
tsconfig.json
@@ -10,13 +10,13 @@
10
"jsx": "react",
11
"declaration": true,
12
"emitDeclarationOnly": true,
13
- "outDir": "./es",
+ "outDir": "dist",
14
"forceConsistentCasingInFileNames": true,
15
"experimentalDecorators": true,
16
"rootDirs": ["./src", "./types"],
17
- "rootDir": "./src",
18
- "typeRoots": ["./node_modules/@types", "./types"]
+ "baseUrl": ".",
+ "rootDir": ".",
19
+ "types": ["vitest/globals", "vitest/importMeta"]
20
},
- "include": ["src/**/*", "types"],
21
"exclude": ["node_modules", "dist", "test/**/*"]
22
}
0 commit comments