tsconfig
This commit is contained in:
parent
1946c1a1c2
commit
f4a6302644
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user