๐Ÿ“ฆ himself65 / bundler-test

๐Ÿ“„ tsconfig.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true,
    "outDir": "dist",
    "moduleResolution": "bundler",
    "isolatedModules": true,
    "isolatedDeclarations": true
  },
  "include": [
    "src"
  ]
}