mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 11:01:07 +08:00
25 lines
673 B
JSON
25 lines
673 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"types": [
|
|
"./temp/declarations/cc.custom-macro",
|
|
"./temp/declarations/cc",
|
|
"./temp/declarations/jsb",
|
|
"./temp/declarations/cc.env"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"assets/**/*"
|
|
]
|
|
} |