Files
DefinitelyTyped/dropkickjs/tsconfig.json
2017-02-07 19:24:55 +05:00

20 lines
432 B
JSON

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