2019-11-01 00:15:18 -05:00

20 lines
376 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"esnext",
"dom"
],
"module": "esnext",
"moduleResolution": "node",
"skipLibCheck": true,
"rootDir": "src",
"target": "es5",
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
},
"include": [
"src"
]
}