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