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