mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
chore: excludes node_modules in tsconfig
This commit is contained in:
parent
e08cf8e880
commit
799750e4d7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"src/*": ["./*"],
|
||||
"src/*": ["./*"]
|
||||
},
|
||||
"outDir": "./dist",
|
||||
"noImplicitAny": true,
|
||||
|
@ -16,7 +16,7 @@
|
|||
"moduleResolution": "node",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
// "exclude": ["src/interaction/reducers/*"],
|
||||
"exclude": ["node_modules", "./dist"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
|
|
Loading…
Reference in a new issue