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,
"rootDir": "./src"
},
"include": [
"./src"
]
}