element-plus/packages/directives/tsconfig.json

12 lines
213 B
JSON
Raw Normal View History

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