Nodejs-Refresh-Token/backend/tsconfig.json
2023-05-25 21:11:51 +03:00

15 lines
330 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["node_module", "./dist", "./uploads"]
}