mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
18 lines
282 B
JSON
18 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": "src",
|
|
"resolveJsonModule": true,
|
|
"checkJs": false,
|
|
"paths": {
|
|
"@/*": ["*.mjs"],
|
|
"#/*": ["*.json"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.mjs",
|
|
"src/**/*.js"
|
|
]
|
|
} |