generated from nhcarrigan/template
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./prod",
|
|
"exactOptionalPropertyTypes": false,
|
|
"lib": ["ES2024"],
|
|
},
|
|
"exclude": ["commandJson.ts"]
|
|
}
|