Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2024", | |
| "module": "node16", | |
| "moduleResolution": "node16", | |
| "rootDir": ".", | |
| "paths": { | |
| "../src/*": [ | |
| "../src/*" | |
| ] | |
| }, | |
| "allowJs": true, | |
| "checkJs": true | |
| }, | |
| "include": [ | |
| "./**/*.js", | |
| "./**/*.d.ts" | |
| ] | |
| } |