blob: 5af9460d7eecfe6b9217e065bd787d7e1758f8ef [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001{
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}