2023-02-10 17:09:40 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-02-12 23:53:19 +08:00
|
|
|
"target": "ES2015",
|
2023-02-10 17:09:40 +08:00
|
|
|
"declaration": true,
|
2023-02-12 23:53:19 +08:00
|
|
|
"module": "ES2020",
|
2023-02-10 17:09:40 +08:00
|
|
|
"sourceMap": true,
|
2023-02-12 23:53:19 +08:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true, // 忽略烈性检查
|
|
|
|
"forceConsistentCasingInFileNames": true
|
2023-02-10 17:09:40 +08:00
|
|
|
},
|
|
|
|
}
|