2024-04-10 16:51:52 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2024-05-22 14:00:58 +00:00
|
|
|
"module": "CommonJS",
|
2024-04-10 16:51:52 +00:00
|
|
|
"outDir": "./lib",
|
|
|
|
"baseUrl": ".",
|
2024-05-04 10:54:17 +00:00
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
2024-04-10 16:51:52 +00:00
|
|
|
"noEmit": false,
|
|
|
|
},
|
|
|
|
"include": ["./src/**/*"]
|
|
|
|
}
|