Files

13 lines
191 B
JSON
Raw Permalink Normal View History

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