generated from nhcarrigan/template
10 lines
182 B
JSON
10 lines
182 B
JSON
|
{
|
||
|
"extends": "@nhcarrigan/typescript-config",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./prod",
|
||
|
"rootDir": "./src",
|
||
|
"lib": ["DOM", "ESNext"],
|
||
|
},
|
||
|
"exclude": ["build.ts"]
|
||
|
}
|