{ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, "rootDir": ".", "removeComments": true }, "lib": ["ES2020", "dom"], "include": [ "src/**/*" ] }