16 lines
259 B
JSON
16 lines
259 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"sourceMap": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
"include": [
|
||
|
"src/auto-import/components.d.ts",
|
||
|
"src/auto-import/imports.d.ts"
|
||
|
]
|
||
|
}
|