12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"**/*Debug.ts"
|
|
]
|
|
} |