generated from nhcarrigan/template
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"extends": "@nhcarrigan/typescript-config",
|
|
"compilerOptions": {
|
|
"outDir": "./prod",
|
|
"rootDir": "./src",
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext"
|
|
}
|
|
}
|