Files
Elite-Gaming-FiveM-Old/resources/[EGRP-Phone]/screenshot-basic/ui/tsconfig.json
T
Jacob e047d8f9ac Phone & identifier database base implementation
+ Added the phone which is working already.
+ Added RP-Radio for testing.
2022-01-13 21:32:45 +00:00

18 lines
328 B
JSON

{
"compilerOptions": {
"outDir": "./",
"noImplicitAny": false,
"module": "es6",
"moduleResolution": "node",
"target": "es6",
"allowJs": true,
"lib": [
"es2016",
"dom"
]
},
"include": [
"./**/*"
],
"exclude": []
}