You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
403 B

{
"compilerOptions": {
"module": "UMD",
"target": "es5",
"diagnostics": true,
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"typeRoots": [
"./"
],
"types": []
},
"files": [
"dist/svg-pan-zoom.d.ts",
"tests/test_typescript.ts"
]
}