mirror of
https://github.com/proj4js/proj4js.git
synced 2026-01-18 16:13:22 +00:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"skipLibCheck": true,
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
},
|
|
"include": [
|
|
"lib/**/*.js",
|
|
]
|
|
}
|