fix: exclude test files from tsc build
This commit is contained in:
parent
093fe85573
commit
f74d60c26b
@ -16,5 +16,5 @@
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist", "src/__tests__"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user