CocosCreator-Shader-Effect-.../tsconfig.json
2019-12-10 21:53:09 +08:00

17 lines
293 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [ "dom", "es5", "es2015.promise" ],
"target": "es5",
"experimentalDecorators": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"library",
"local",
"temp",
"build",
"settings"
]
}