mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
13 lines
No EOL
271 B
JSON
13 lines
No EOL
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts"
|
|
]
|
|
} |