link-stack/packages/metamigo-common/tsconfig.json
Darren Clarke 43bfdaa1e3 WIP 1
2024-03-16 12:51:56 +01:00

15 lines
325 B
JSON

{
"extends": "tsconfig",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"skipLibCheck": true,
"types": ["jest", "node"],
"esModuleInterop": true,
"composite": true,
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}