cometa/tsconfig.json
2018-02-06 21:04:47 +01:00

14 lines
237 B
JSON

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