spine-runtimes/spine-ts/tsconfig.json
2021-08-20 16:24:10 +02:00

14 lines
272 B
JSON

{
"compilerOptions": {
"module": "none",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"composite": true,
"esModuleInterop": true,
"target": "ES2015"
},
}