cocos-awesome/tsconfig.json

18 lines
294 B
JSON
Raw Normal View History

2020-03-29 17:26:16 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [ "dom", "es5", "es2015.promise" ],
"target": "es5",
"experimentalDecorators": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"library",
"local",
"temp",
"build",
"settings"
]
2020-04-02 16:58:36 +00:00
}