generated from nhcarrigan/template
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"outDir": "./prod",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["test/**/*.ts"]
|
|
}
|