mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
27 lines
567 B
JSON
27 lines
567 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"skipDefaultLibCheck": true,
|
|
"lib": [
|
|
"esnext","DOM"
|
|
],
|
|
"types": [
|
|
"lua-types/5.2",
|
|
],
|
|
"typeRoots": [
|
|
"./types",
|
|
"./node_modules/@types",
|
|
"./node_modules"
|
|
],
|
|
"rootDir": "modules"
|
|
},
|
|
"include": [
|
|
"modules/**/*.ts",
|
|
"types/**/*.d.ts"
|
|
]
|
|
} |