element-plus/packages/hooks/tsconfig.json

12 lines
214 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"rootDir": ".",
"declaration": true,
"lib": ["ES2020", "DOM"],
"skipLibCheck": true,
"target": "es6",
"moduleResolution": "node"
},
}