2023-03-13 08:24:20 +00:00
|
|
|
{
|
2023-03-13 09:34:36 +00:00
|
|
|
"extends": "tsconfig-link",
|
2023-03-13 08:24:20 +00:00
|
|
|
"compilerOptions": {
|
2023-06-07 08:14:29 +00:00
|
|
|
"composite": true,
|
2023-03-13 08:24:20 +00:00
|
|
|
"incremental": true,
|
|
|
|
|
"outDir": "build/main",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"baseUrl": "./",
|
2023-05-25 09:27:26 +00:00
|
|
|
"skipLibCheck": true,
|
2023-03-13 08:24:20 +00:00
|
|
|
"types": ["jest", "node"]
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
|
"exclude": ["node_modules/**"]
|
|
|
|
|
}
|