platform-codebase/features/client-intel/backend-api-msw/tsconfig.json
2026-03-02 21:04:36 -08:00

8 lines
144 B
JSON

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