link-stack/apps/metamigo-worker/tsconfig.json

11 lines
216 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
2024-03-16 12:51:56 +01:00
"extends": "tsconfig",
2023-02-13 12:41:30 +00:00
"compilerOptions": {
2023-03-13 16:21:43 +00:00
"outDir": "build/main",
2023-05-25 09:27:26 +00:00
"esModuleInterop": true,
"skipLibCheck": true
2023-02-13 12:41:30 +00:00
},
"include": ["**/*.ts", "**/.*.ts"],
2023-03-14 17:40:24 +00:00
"exclude": ["node_modules", "build"]
2023-02-13 12:41:30 +00:00
}