• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "compilerOptions": {
3        "module": "esnext",
4        "target": "ESNext",
5        "moduleResolution": "node",
6        "outDir": "./build",
7        "rootDir": "./src",
8        "sourceMap": true,
9        "strict": true,
10        "esModuleInterop": true,
11        "skipLibCheck": true,
12        "forceConsistentCasingInFileNames": true,
13    },
14    "include": [
15        "src/*.ts"
16    ]
17}