ds4/tsconfig.json

14 lines
360 B
JSON
Raw Normal View History

2020-12-31 02:29:27 +01:00
{
"compilerOptions": {
2021-02-06 22:09:07 +01:00
"target": "ES2020",
"lib": ["DOM", "ES2020"],
2021-03-03 04:26:26 +01:00
"types": ["@league-of-foundry-developers/foundry-vtt-types"],
2021-01-26 03:55:18 +01:00
"esModuleInterop": true,
2021-02-06 22:09:07 +01:00
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"sourceMap": true
2021-01-29 11:23:34 +01:00
},
"include": ["src"]
2020-12-31 02:29:27 +01:00
}