NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ismobilejs/tsconfig.json
2023-09-14 14:47:11 +08:00

9 lines
187 B
JSON

{
"extends": "@spotify/web-scripts/config/tsconfig.json",
"include": ["src"],
"exclude": ["src/__tests__", "src/index.browser.ts"],
"compilerOptions": {
"target": "es3"
}
}