mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-24 12:58:27 -06:00
32 lines
597 B
JSON
32 lines
597 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "ES6",
|
|
"strict": true,
|
|
"noImplicitThis": false,
|
|
"removeComments": true,
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"types": [
|
|
"jquery"
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"web/src/main/javascript/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"web/src/main/javascript/**/*.ts",
|
|
"web/src/main/javascript/**/*.js"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|