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",
|
"target": "ES2020",
|
||||||
"lib": ["DOM", "ES2020"],
|
"lib": ["DOM", "ES2020"],
|
||||||
"types": ["@league-of-foundry-developers/foundry-vtt-types"],
|
"types": ["@league-of-foundry-developers/foundry-vtt-types"],
|
||||||
// "esModuleInterop": true,
|
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
// "forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true
|
||||||
"outDir": "foooo"
|
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue