DefinitelyTyped/types/ol/tsconfig.json

24 lines
501 B
JSON
Raw Permalink Normal View History

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