api-mixer/tsconfig.json

13 lines
241 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"
},
"files": [
"mixer.ts",
"main.ts"
]
}