link-stack/packages/metamigo-config/tsconfig.json

8 lines
201 B
JSON

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