Converted the javascript to typescript for help with the developing, ty to the [foundry-vtt-types](https://github.com/League-of-Foundry-Developers/foundry-vtt-types) project.
This commit is contained in:
14
tsconfig.json
Normal file
14
tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"noEmit": false,
|
||||
"strict": false,
|
||||
"target": "es2020",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES6",
|
||||
"ES2020"
|
||||
],
|
||||
"types": ["@league-of-foundry-developers/foundry-vtt-types"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user