forked from cipherxof/w3ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
33 lines (33 loc) · 741 Bytes
/
tsconfig.json
File metadata and controls
33 lines (33 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"compilerOptions": {
"target": "es6",
"lib": [
"es6"
],
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true,
"types": [
"lua-types/core/coroutine",
"lua-types/core/global",
"lua-types/core/math",
"lua-types/core/metatable",
"lua-types/core/modules",
"lua-types/core/string",
"lua-types/core/table",
"lua-types/core/os",
"lua-types/special/5.3",
"war3-types/core/compat",
"war3-types/core/common",
"war3-types/core/blizzard",
"war3-types/core/commonai",
"war3-types/core/polyfill",
"war3-types/special/w3ts"
]
},
"include": [
"./"
]
}