node.json11 lines · main
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/tsconfig", |
| 3 | "extends": "./base.json", |
| 4 | "compilerOptions": { |
| 5 | "target": "ES2022", |
| 6 | "lib": ["ES2023"], |
| 7 | "module": "NodeNext", |
| 8 | "moduleResolution": "NodeNext", |
| 9 | "types": ["node"] |
| 10 | } |
| 11 | } |