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

11 lines
229 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main",
"types": ["long", "jest", "node"],
"lib": ["es2020", "DOM"]
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules"]
}