{
  "compilerOptions": {
    "outDir": "./build/",
    "target": "esnext",
    "jsx": "react-jsx",
    "module": "commonjs",
    "noImplicitAny": false,
    "lib": ["ES2020", "DOM"],
    "allowJs": true,
    "allowSyntheticDefaultImports": true,
    "sourceMap": true
  },
  "include": [
    "src",
    "../../Front/Components/Map/ppl-map.js"
  ]
}