cometa/tsconfig.json
2018-02-06 19:59:37 +01:00

13 lines
225 B
JSON

{
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"strict": true,
"sourceMap": false,
},
"exclude": [
"./node_modules"
]
}