MeshiTrack/packages/api/tsconfig.test.json

9 lines
126 B
JSON
Raw Permalink Normal View History

2026-03-27 14:50:34 +09:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src/**/*"],
"exclude": []
}