2021-08-24 13:36:48 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"rootDir": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"lib": ["ES2020", "DOM"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"target": "es6",
|
|
|
|
"moduleResolution": "node"
|
2021-09-04 19:29:28 +08:00
|
|
|
}
|
2021-08-24 13:36:48 +08:00
|
|
|
}
|