forked from Alex/Pterodactyl-Panel
28 lines
434 B
JSON
28 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"resources/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./resources/assets/**/*.ts",
|
|
"./resources/assets/**/*.vue"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|