1{ 2 "compilerOptions": { 3 "target": "ES2017", 4 "module": "ES2015", 5 "lib": ["ES2017", "ES2020.BigInt", "DOM"], 6 "declaration": true, 7 "outDir": "./mjs", 8 "strict": true, 9 "esModuleInterop": true, 10 "skipLibCheck": true, 11 "forceConsistentCasingInFileNames": true 12 }, 13 "include": [ 14 "ts/**/*.ts" 15 ] 16}