This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
risk-dice-modifier/tsconfig.json

14 lines
360 B
JSON
Raw Normal View History

2021-02-07 16:01:14 +01:00
{
"compilerOptions": {
"target": "ES2020",
"lib": ["DOM", "ES2020"],
2021-05-23 02:46:03 +02:00
"types": ["@league-of-foundry-developers/foundry-vtt-types"],
2021-02-07 16:01:14 +01:00
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
2021-02-08 15:26:55 +01:00
"strict": true,
"sourceMap": true
2021-02-07 16:01:14 +01:00
},
"include": ["src"]
}