mirror of
https://github.com/typicode/json-server.git
synced 2025-07-24 02:12:44 +08:00
chore: exclude test files from the build output
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"exclude": ["src/**/*.test.ts"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib",
|
||||
"outDir": "./lib"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user