Lightcord/DiscordJS/tsconfig.json

12 lines
267 B
JSON
Raw Normal View History

2020-05-20 21:37:39 +02:00
{
"compilerOptions": {
"noImplicitAny": false,
"module": "commonjs",
"target": "ES2017",
"jsx": "react",
"outDir": "./dist",
"resolveJsonModule": true,
2020-05-21 01:40:58 +02:00
"rootDir": "./src",
"declaration": true
2020-05-20 21:37:39 +02:00
}
}