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