25 lines
553 B
JSON
25 lines
553 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"outDir": ".",
|
||
|
|
"strict": true,
|
||
|
|
"module": "CommonJS",
|
||
|
|
"types": ["@citizenfx/server"],
|
||
|
|
"declaration": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"target": "ESNext",
|
||
|
|
"allowJs": true,
|
||
|
|
"lib": ["ESNext"],
|
||
|
|
"noEmitOnError": false,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"rootDir": ".",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noEmit": false
|
||
|
|
},
|
||
|
|
"include": ["MySQL.ts"],
|
||
|
|
"exclude": ["**/node_modules"]
|
||
|
|
}
|