28 lines
No EOL
502 B
JSON
28 lines
No EOL
502 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES6",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@root/*": [
|
|
"./*"
|
|
],
|
|
"@handlers/*": [
|
|
"./src/handlers/*"
|
|
],
|
|
"@helpers/*": [
|
|
"./src/helpers/*"
|
|
],
|
|
"@schemas/*": [
|
|
"./src/database/schemas/*"
|
|
],
|
|
"@src/*": [
|
|
"./src/*"
|
|
],
|
|
"@structures/*": [
|
|
"./src/structures/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
|
} |