mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
17 lines
254 B
JSON
17 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2024",
|
|
"lib": [
|
|
"ES2024"
|
|
],
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"paths": {
|
|
"#src/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|