sync tsconfig

pull/5200/head
filip mertens 2 months ago
parent 0d0f8bef67
commit c23d7d4c01
  1. 4
      apps/remixdesktop/tsconfig.json

@ -1,13 +1,11 @@
{
"compilerOptions": {
"target": "ES2015",
"target": "ES6",
"allowJs": true,
"module": "CommonJS",
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "./build",

Loading…
Cancel
Save