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

9 lines
205 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main"
},
"include": ["**/*.ts", "**/.*.ts", "config.ts"],
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
}