This commit is contained in:
Yuan 2024-01-02 16:40:37 +08:00
parent 1946c1a1c2
commit f4a6302644

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"allowJs": false,
"esModuleInterop": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
@ -10,5 +10,5 @@
"lib": ["ESNext", "DOM"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "components"]
}