1
0
Files
record-shop/server/tsconfig.json

6 lines
117 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": { "noEmit": true },
"include": ["src/**/*", "test/**/*"]
}