mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": [
|
|
"es2017",
|
|
"DOM"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"types": [
|
|
"node"
|
|
],
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"main": "generate/index"
|
|
} |