File "tsconfig.json"
Full Path: /var/www/html/gitep_front/tsconfig.json
File size: 515 bytes
MIME-type: application/json
Charset: utf-8
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"noEmit": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"],
"@app/*": ["src/app/*"],
"@features/*": ["src/features/*"],
"@pages/*": ["src/pages/*"],
"@shared/*": ["src/shared/*"]
},
},
"include": ["src"]
}