cleanup tsconfig.json
This commit is contained in:
parent
fd7b14b43b
commit
623558dc78
1 changed files with 2 additions and 4 deletions
|
@ -3,12 +3,10 @@
|
|||
"target": "ES2020",
|
||||
"lib": ["DOM", "ES2020"],
|
||||
"types": ["@league-of-foundry-developers/foundry-vtt-types"],
|
||||
// "esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
// "forceConsistentCasingInFileNames": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "foooo"
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue