cometa/tsconfig.json

12 lines
201 B
JSON
Raw Normal View History

2018-01-19 18:52:30 +01:00
{
"compilerOptions": {
2018-01-21 22:58:52 +01:00
"target": "ESNEXT",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"strict": true,
2018-01-19 18:52:30 +01:00
},
"exclude": [
"./node_modules"
]
}