2024-11-27 17:08:24 +01:00
|
|
|
{
|
2024-12-24 09:50:43 +01:00
|
|
|
"extends": "../../tsconfig.build.json",
|
2024-11-27 17:08:24 +01:00
|
|
|
"compilerOptions": {
|
2024-11-27 17:23:51 +01:00
|
|
|
"target": "ESNext",
|
2024-12-24 09:50:43 +01:00
|
|
|
"module": "preserve",
|
2024-11-27 17:23:51 +01:00
|
|
|
"moduleResolution": "bundler",
|
2024-12-24 09:59:17 +01:00
|
|
|
"outDir": "./dist",
|
2024-12-03 12:02:31 +01:00
|
|
|
"skipLibCheck": true,
|
2024-12-24 10:01:35 +01:00
|
|
|
"allowJs": true
|
2024-12-03 12:02:31 +01:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"exclude": ["node_modules", "dist"]
|
2024-11-27 17:08:24 +01:00
|
|
|
}
|