cometa/tsconfig.json
2018-01-21 22:58:52 +01:00

12 lines
201 B
JSON

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