mirror of
https://gitee.com/abc126655/finder-refferenct3
synced 2024-12-24 02:38:23 +00:00
22 lines
638 B
JSON
22 lines
638 B
JSON
{
|
|
"$schema": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./source",
|
|
"types": [
|
|
"node",
|
|
"@cocos/creator-types/editor",
|
|
]
|
|
}
|
|
} |