OTv4 is now pterodactyl panel compatible!
This commit is contained in:
+7
-4
@@ -1,14 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"rootDir": "./src/",
|
||||
"rootDirs":[
|
||||
"./src",
|
||||
"./plugins"
|
||||
],
|
||||
"outDir": "./dist/",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
"typeRoots": ["./node_modules/@types","./plugins/*/"],
|
||||
"noEmit": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": false,
|
||||
"allowImportingTsExtensions": false,
|
||||
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
@@ -18,5 +21,5 @@
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": ["./src/*","./src/**/*"]
|
||||
"include": ["./src/*","./src/**/*","./plugins/*","./plugins/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user