2022-06-02 15:53:11 -04:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./lib",
|
|
|
|
|
"rootDir": "./src"
|
|
|
|
|
},
|
2025-07-29 11:06:45 +02:00
|
|
|
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
2022-06-02 15:53:11 -04:00
|
|
|
"include": [
|
2025-07-29 11:06:45 +02:00
|
|
|
"src/**/*",
|
2022-06-02 15:53:11 -04:00
|
|
|
]
|
2025-07-29 11:06:45 +02:00
|
|
|
}
|