2024-02-17 19:14:10 -08:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./lib",
|
|
|
|
|
"declaration": true,
|
2025-09-04 14:16:27 +01:00
|
|
|
"rootDir": "./src",
|
|
|
|
|
"skipLibCheck": true
|
2024-02-17 19:14:10 -08:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"./src"
|
|
|
|
|
]
|
|
|
|
|
}
|