2026-04-13 09:18:23 +01:00

11 lines
236 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"jsx": "react-jsx",
"declarationMap": true
},
"include": ["src"]
}