mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
18 lines
476 B
JSON
18 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"baseUrl": "./",
|
|
"rootDir": "src/",
|
|
"outDir": "dist/",
|
|
"moduleResolution": "node",
|
|
"typeRoots": [ "node_modules/@types" ],
|
|
},
|
|
"include": [ "./**/*.ts" ],
|
|
"exclude": [ "dist", "node_modules" ],
|
|
} |