Files
DefinitelyTyped/web-animations-js/tsconfig.json
2017-03-25 12:16:38 +01:00

24 lines
511 B
JSON

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