fix tsconfig configurations
This commit is contained in:
parent
a9f5c964bf
commit
a2fc9b0355
@ -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'
|
||||
|
||||
@ -13,18 +13,19 @@
|
||||
"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"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user