mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
first commit
This commit is contained in:
26
tsconfig.json
Normal file
26
tsconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6", //
|
||||
"module": "es6", //
|
||||
"experimentalDecorators": true, // 启用ES装饰器。
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"moduleResolution": "Node",
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"types": [
|
||||
"@cocos/creator-types/engine",
|
||||
"@cocos/creator-types/editor",
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
// "libs"
|
||||
],
|
||||
// 排除
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user