2020-05-16 23:24:51 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "ES2017",
|
|
|
|
"jsx": "react",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"rootDir": "./src"
|
2020-05-20 21:37:39 +02:00
|
|
|
},
|
|
|
|
"exclude": [
|
2020-06-10 16:18:00 +02:00
|
|
|
"./DiscordJS",
|
|
|
|
"./LightcordApi"
|
2020-05-20 21:37:39 +02:00
|
|
|
]
|
2020-05-16 23:24:51 +02:00
|
|
|
}
|