link-stack/packages/metamigo-cli/tsconfig.json
2023-03-10 08:26:51 +00:00

8 lines
205 B
JSON

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