element-plus/play/tsconfig.json
三咲智子 ca7bcfe9b3
feat: add defineOptions for script-setup (#5932)
* feat: add unplugin-vue-define-options

* feat: add jest support
2022-02-11 11:39:49 +08:00

15 lines
316 B
JSON

{
"compilerOptions": {
"strict": true,
"allowJs": true,
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"types": ["vite/client", "../global"],
"resolveJsonModule": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"baseUrl": "."
},
"include": ["**/*"]
}