{ "include": ["src/**/*"], "compilerOptions": { "declaration": true, "outDir": "dist", "rootDir": "src/", "target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, "lib": [ "ES2018", "DOM" ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, "module": "ESNext" /* Specify what module code is generated. */, "strict": true /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "forceConsistentCasingInFileNames": true } }