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