mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 09:32:29 +01:00
22 lines
344 B
JSON
22 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./resources/assets/scripts/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./resources/assets/scripts/**/*"
|
|
]
|
|
}
|