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