cometa/tsconfig.json

14 lines
240 B
JSON
Raw Permalink 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-02-07 11:45:43 +01:00
"sourceMap": false,
"outDir": "dist"
2018-01-19 18:52:30 +01:00
},
2018-02-07 11:45:43 +01:00
"include": [
"src/**/*"
2018-01-19 18:52:30 +01:00
]
}