DefinitelyTyped/types/jsts/tsconfig.json
Jorge Rocha Gualtieri 7738ba0376 Fixed reference to openlayers
Fixed tests
2018-02-26 21:38:05 -03: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": [
"index.d.ts",
"jsts-tests.ts"
]
}