proj4js/tsconfig.json
2025-06-19 23:37:34 +02:00

14 lines
226 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"skipLibCheck": true,
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "dist",
},
"include": [
"lib/**/*.js",
]
}