2023-09-05 06:08:38 +00:00
|
|
|
{
|
2024-04-07 12:00:02 +00:00
|
|
|
"extends": "../../tsconfig.base.json",
|
2024-07-28 11:39:15 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "NodeNext",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"target": "esnext",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"strict": true,
|
|
|
|
"typeRoots": ["types/", "node_modules/@types"]
|
|
|
|
},
|
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
"exclude": ["node_modules"]
|
2023-09-05 06:08:38 +00:00
|
|
|
}
|