17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"include": [
|
|
"vitest.config.ts",
|
|
"src/**/*.ts",
|
|
"test/**/*.tsx",
|
|
],
|
|
} |