buster/apps/momentic/tsconfig.json

6 lines
141 B
JSON
Raw Normal View History

2025-09-18 03:28:19 +08:00
{
"extends": "@buster/typescript-config/base.json",
"compilerOptions": {},
"include": ["scripts/**/*"],
"exclude": ["node_modules"]
}