mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
29 lines
517 B
JSON
29 lines
517 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target":"esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"pretty": true,
|
|
"strict": true,
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"noEmitHelpers": false,
|
|
"outDir": "lib",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"typings"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts",
|
|
"**/*.spec.js"
|
|
]
|
|
}
|