switch to using TypeScript
This commit is contained in:
parent
1d120b273a
commit
d163fd27fe
53 changed files with 2875 additions and 1614 deletions
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2017",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES6",
|
||||
"ES2017"
|
||||
],
|
||||
"types": ["foundry-pc-types"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue