mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"types": ["vite/client"],
|
|
"noEmit": true,
|
|
"strictNullChecks": false,
|
|
"isolatedModules": true
|
|
}
|
|
}
|