14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"extends": "tsconfig-vuepress/base.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["DOM", "ES2020"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"target": "ES2020"
|
|
}
|
|
}
|