canvas-website/tsconfig.open-mapping.json

9 lines
139 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src/open-mapping/**/*"],
"exclude": []
}