{ "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "target": "ESNext", "strictNullChecks": true, "sourceMap": true, "allowSyntheticDefaultImports": true, "declaration": false, }, "include": [ "./src/**/*" ] }