• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "target": "ES2018",
4    "module": "commonjs",
5    "lib": ["es6","dom"],
6    "outDir": "lib",
7    "rootDir": "src",
8    "strict": true,
9    "esModuleInterop": true,
10    "resolveJsonModule": true
11  }
12}
13