mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
33 lines
No EOL
720 B
JSON
33 lines
No EOL
720 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESnext",
|
|
"rootDir": "./src/",
|
|
"outDir": "./target/",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"removeComments": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"sourceMap": false,
|
|
"baseUrl": "./"
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
],
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"target"
|
|
],
|
|
} |