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