comparison tsconfig.json @ 0:6d2e2a8ac6f0 default tip

start from https://github.com/supertorpe/vite-ts-phaser-starter
author drewp@bigasterisk.com
date Sun, 13 Nov 2022 13:24:40 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6d2e2a8ac6f0
1 {
2 "compilerOptions": {
3 "target": "ESNext",
4 "module": "ESNext",
5 "lib": ["ESNext", "DOM", "scripthost"],
6 "moduleResolution": "Node",
7 "strict": true,
8 "sourceMap": true,
9 "resolveJsonModule": true,
10 "esModuleInterop": true,
11 "noEmit": true,
12 "noUnusedLocals": true,
13 "noUnusedParameters": true,
14 "noImplicitReturns": true
15 },
16 "include": ["./src"]
17 }