api-mixer/tsconfig.json

13 lines
257 B
JSON
Raw Normal View History

2018-10-17 15:34:36 +00:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"moduleResolution": "node",
"target": "es6",
"outDir": "dist"
2018-10-17 15:34:36 +00:00
},
"include": [
"src/**/*"
],
2018-10-17 15:34:36 +00:00
}