spine-runtimes/spine-ts/tsconfig.core.json
2016-08-17 10:49:35 +02:00

20 lines
319 B
JSON

{
"compilerOptions": {
"module": "none",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"outFile": "build/spine-core.js",
"sourceMap": true,
"declaration": true
},
"include": [
"core/src/**/*"
],
"exclude": [
"webgl",
"widget",
"threejs",
"build"
]
}