misc_pterodactyl-panel/tsconfig.json

16 lines
240 B
JSON
Raw Normal View History

2018-12-16 14:30:21 -08:00
{
"compilerOptions": {
2018-12-29 19:24:09 -08:00
"target": "es6",
2018-12-16 14:30:21 -08:00
"strict": true,
2018-12-29 19:24:09 -08:00
"noImplicitReturns": true,
2018-12-16 14:30:21 -08:00
"moduleResolution": "node",
"lib": [
2018-12-29 19:24:09 -08:00
"es2016",
"dom"
]
2018-12-16 14:30:21 -08:00
},
"include": [
2018-12-29 19:24:09 -08:00
"./resources/assets/scripts/**/*"
2018-12-16 14:30:21 -08:00
]
}