18 lines
278 B
JSON
18 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext"
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"**/__tests__/**",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
"vitest.config.ts"
|
|
]
|
|
}
|