13 lines
241 B
JSON
13 lines
241 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"moduleResolution": "node",
|
||
|
"target": "es6"
|
||
|
},
|
||
|
"files": [
|
||
|
"mixer.ts",
|
||
|
"main.ts"
|
||
|
]
|
||
|
}
|