Files
2024-07-18 12:44:14 +02:00

15 lines
321 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": ["dom", "ES2017"],
"module": "ESNext",
"target": "es6",
"jsx": "react-jsx",
"sourceMap": true,
"declarationDir": "./dist",
"declaration": true
}
}