misc_pterodactyl-panel/tsconfig.json
2019-06-09 17:29:10 -07:00

20 lines
349 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"jsx": "react",
"strict": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./resources/scripts/*"
]
}
},
"include": [
"./resources/scripts/**/*"
]
}