generated from nhcarrigan/template
1f44f2ddd9
Node.js CI / Lint and Test (push) Successful in 37s
Port in some older solutions I've written just to get the structure established and in place.
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["vitest.config.ts"]
|
|
} |