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

15 lines
306 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
2023-03-13 11:12:50 +00:00
"extends": "tsconfig-link",
2023-02-13 12:41:30 +00:00
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
2023-03-13 11:12:50 +00:00
"rootDir": "src",
"baseUrl": "./",
2023-05-25 09:08:39 +00:00
"skipLibCheck": true,
2023-03-15 12:17:43 +00:00
"types": ["jest", "node"],
"esModuleInterop": true
2023-02-13 12:41:30 +00:00
},
2023-03-13 11:12:50 +00:00
"include": ["src/**/*.ts"],
2023-02-13 12:41:30 +00:00
"exclude": ["node_modules/**"]
}