DefinitelyTyped/types/gapi.plus/tsconfig.json
2017-03-24 14:27:52 -07:00

19 lines
360 B
JSON

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