• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "target": "ES5",
4    "module": "commonjs",
5    "lib": ["ES2015", "ES2020.BigInt", "DOM"],
6    "declaration": true,
7    "outDir": "./js",
8    "strict": true,
9    "esModuleInterop": true,
10    "skipLibCheck": true,
11    "forceConsistentCasingInFileNames": true
12  },
13  "include": [
14    "ts/**/*.ts"
15  ]
16}
17