Michael Telatynski 3a5baec699 Iterate
2025-01-29 10:48:35 +00: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"]
}