Files
2020-04-18 06:48:57 +02:00

23 lines
356 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": [
"ES2015",
"ES2016",
"ES2017",
"ES2018"
],
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src"
]
}