2023-01-16 10:34:57 +01:00

11 lines
203 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"jsx": "preserve",
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"include": ["src/**/*.ts"]
}