mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
Cleaned up some settings
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
"exclude": [
|
||||
"common/src/declarations",
|
||||
"node_modules",
|
||||
"**/node_modules",
|
||||
"**/*spec.ts",
|
||||
"**/node_modules",
|
||||
"**/__tests__",
|
||||
],
|
||||
"tstl": {
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"esnext","DOM"
|
||||
],
|
||||
"types": [
|
||||
"lua-types/5.2",
|
||||
"jest"
|
||||
"lua-types/5.2"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"outDir": "[[module_output]]",
|
||||
"skipLibCheck": true,
|
||||
"lib": [
|
||||
"esnext","DOM"
|
||||
"esnext"
|
||||
],
|
||||
"moduleResolution": "node",
|
||||
"types": [
|
||||
@@ -23,10 +23,8 @@
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules",
|
||||
"test",
|
||||
"**/*spec.ts",
|
||||
"**/__tests__",
|
||||
"**/__mocks__"
|
||||
"test",
|
||||
"**/__tests__"
|
||||
],
|
||||
"tstl": {
|
||||
"luaTarget": "5.2",
|
||||
|
||||
Reference in New Issue
Block a user