2023-03-30 16:49:48 +05:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./dist/",
|
2024-11-06 14:51:26 +05:00
|
|
|
"lib": ["ESNext"],
|
2024-11-15 12:23:00 +05:00
|
|
|
"moduleResolution": "Bundler"
|
2023-03-30 16:49:48 +05:00
|
|
|
},
|
|
|
|
|
"include": ["src", "global.d.ts"]
|
|
|
|
|
}
|