mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 17:42:33 +01:00
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"./resources/assets/scripts/**/*"
|
|
]
|
|
}
|