mirror of https://github.com/halo-dev/halo-admin
15 lines
309 B
JSON
15 lines
309 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2018",
|
||
|
"module": "esnext",
|
||
|
"lib": ["esnext", "dom"],
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"strict": true,
|
||
|
"strictNullChecks": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"skipDefaultLibCheck": true
|
||
|
}
|
||
|
}
|