Files
reorg-notifier/tsconfig.app.json
Info Island 3edb131560 feat: init
2024-04-10 04:05:54 +08:00

11 lines
246 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"module": "commonjs",
"types": ["node"]
},
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
"include": ["src/**/*.ts"]
}