fix: exclude test files from tsc build
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m52s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m52s
This commit is contained in:
parent
c32436631a
commit
b2688c0cce
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@
|
||||||
"declaration": true
|
"declaration": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist", "src/**/__tests__/**", "src/**/*.test.*"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue