Lightcord/tsconfig.json

12 lines
271 B
JSON
Raw Normal View History

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"
}
}