15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"importHelpers": true,
|
|
"noImplicitOverride": true,
|
|
"noErrorTruncation": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"build/*.ts"
|
|
]
|
|
}
|