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