feat(package): add citizen typings

This commit is contained in:
Luke
2022-09-17 16:06:38 +02:00
parent ef4595c706
commit 87310e77e0
6 changed files with 19 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": ".",
"types": ["@citizenfx/server"]
},
"include": ["./**/*"],
"exclude": ["**/node_modules"]