Merge branch 'dev' into 'main'

fix tsconfig configurations

See merge request kluppsoftware/smart-energia-web!40
This commit is contained in:
José Corte 2022-05-12 16:34:16 +00:00
commit 0bd6b6bdf1
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
import React from 'react'
import { DashboardView } from '../styles/layouts/dashboard/DashboardView'
import MapCard from '../src/components/mapCard/MapCard'
import GraphCard from '../src/components/graph/graphCard/ChartCard'
import Header from '../src/components/header/Header'

View File

@ -13,14 +13,15 @@
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"module": "System",
"moduleResolution": "classic",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"./typings/type.d.ts",
"**/*.ts",
"**/*.tsx"
],