admin/tsconfig.json

18 lines
241 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"types": [
"node"
],
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}