generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./prod"
|
|
},
|
|
"exclude": ["test/**/*.ts", "vitest.config.ts"]
|
|
}
|