generated from nhcarrigan/template
8 lines
188 B
JSON
8 lines
188 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["vitest.config.ts", "_template/**/*"]
|
|
} |