generated from nhcarrigan/template
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"outDir": "./prod",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"vitest.config.ts",
|
|
"test/**/*.spec.ts"
|
|
]
|
|
} |