ask-molty/tsconfig.scripts.json
2026-05-06 04:47:26 +01:00

8 lines
124 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["scripts/**/*.ts"]
}