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