Files
CASAN/AINative_OKR_CASAN5/backend/tsconfig.build.json
T
2026-06-30 02:21:39 +09:00

10 lines
166 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": false
},
"include": ["src/**/*.ts"],
"exclude": ["test/**/*.ts"]
}