mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-04 20:03:09 +02:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": "src",
|
|
"resolveJsonModule": true,
|
|
"checkJs": false,
|
|
},
|
|
"include": [
|
|
"src/**/*.js"
|
|
]
|
|
}
|