geospatialdraw
Version:
Geospatial Map Drawing Library
22 lines (21 loc) • 532 B
JSON
{
"compilerOptions": {
"jsx": "react",
"allowJs": false,
"sourceMap": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"lib": ["es6", "dom", "es2017", "es2018"],
"skipLibCheck": true,
"target": "es5",
"declaration": true,
"moduleResolution": "node",
"module": "CommonJS",
"outDir": "target/webapp"
},
"include": ["src/main/webapp/**/*.tsx"],
"exclude": ["node_modules", "target"]
}