link-stack/metamigo-db/tsconfig.json
2023-02-13 12:41:30 +00:00

8 lines
192 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main"
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
}