mirror of
https://github.com/ershisan99/node-ts-boilerplate.git
synced 2026-02-04 21:02:08 +00:00
init
This commit is contained in:
12
tsconfig.build.json
Normal file
12
tsconfig.build.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"__test",
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.js",
|
||||
"*.spec.ts",
|
||||
"**/spec.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user