Files
soft/tsconfig.json
T
2026-08-17 22:07:35 +03:00

13 lines
239 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["scripts/**/*.ts"]
}