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