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

13 lines
251 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"extends": "tsconfig-link",
2023-02-13 12:41:30 +00:00
"compilerOptions": {
2023-03-13 11:14:39 +00:00
"incremental": true,
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"types": ["jest", "node"]
2023-02-13 12:41:30 +00:00
},
2023-03-13 11:14:39 +00:00
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
2023-02-13 12:41:30 +00:00
}