mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@wartoshika/lua-declarations"
|
|
]
|
|
},
|
|
"include": [
|
|
"declarations/**/*.d.ts"
|
|
]
|
|
} |