tb-harmony-modern-ts/tsconfig.json
2025-11-13 12:14:15 +01:00

14 lines
287 B
JSON

{
"compilerOptions": {
"strict": true,
"noEmit": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "esnext",
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true,
"types": ["tba-types/Harmony/24"]
},
"include": ["src/**/*"]
}