DefinitelyTyped/types/apple-mapkit-js/tsconfig.json
2019-05-13 10:38:52 -07:00

24 lines
504 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6", "dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"apple-mapkit-js-tests.ts",
"index.d.ts"
]
}