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

14 lines
277 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": "./",
2023-05-25 09:27:26 +00:00
"skipLibCheck": true,
2023-03-13 11:14:39 +00:00
"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
}