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