You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
638 B
22 lines
638 B
|
1 week ago
|
{
|
||
|
|
"$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",
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|