Lightcord/LightcordApi/tsconfig.json

13 lines
294 B
JSON
Raw Normal View History

2020-06-10 16:16:33 +02:00
{
"compilerOptions": {
"noImplicitAny": false,
"module": "CommonJS",
"target": "ES2017",
"jsx": "react",
"outDir": "./dist",
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"declaration": true
}
}