2022-11-14 14:18:39 +01:00

9 lines
139 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}