Pārlūkot izejas kodu

Update tsconfig.json

Use standalone tsconfig.
master
TheoryOfNekomata pirms 1 gada
vecāks
revīzija
a2d9c7409b
1 mainītis faili ar 15 papildinājumiem un 2 dzēšanām
  1. +15
    -2
      tsconfig.json

+ 15
- 2
tsconfig.json Parādīt failu

@@ -1,7 +1,20 @@
{
"exclude": ["node_modules"],
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": "src"
"rootDir": "src",
"module": "ESNext",
"lib": ["DOM", "ESNext"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"jsx": "react",
"esModuleInterop": true,
"target": "ES2017"
}
}

Notiek ielāde…
Atcelt
Saglabāt