turkey-location-data
Version:
Turkey province, district and neighborhood data
19 lines (18 loc) • 437 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"module": "CommonJS",
"target": "es6",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"types": ["node"],
"lib": ["ES2018"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}