react-code-dataset
/
react-query
/examples
/angular
/query-options-from-a-service
/tsconfig.app.json
| { | |
| "extends": "./tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "./out-tsc/app", | |
| "types": [] | |
| }, | |
| "files": ["src/main.ts"], | |
| "include": ["src/**/*.d.ts"] | |
| } | |