mirror of
https://github.com/ershisan99/node-ts-boilerplate.git
synced 2025-12-16 12:33:43 +00:00
13 lines
175 B
JSON
13 lines
175 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"__test",
|
|
"**/*.spec.ts",
|
|
"**/*.spec.js",
|
|
"*.spec.ts",
|
|
"**/spec.ts"
|
|
]
|
|
}
|