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