Spaces:
Sleeping
Sleeping
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "*": [ | |
| "../node_modules/*", | |
| "../@custom_types/*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "./**/*.ts", | |
| "./**/*.tsx" | |
| ] | |
| } | |
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "*": [ | |
| "../node_modules/*", | |
| "../@custom_types/*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "./**/*.ts", | |
| "./**/*.tsx" | |
| ] | |
| } | |