Files
DefinitelyTyped/types/vexflow/tsconfig.json
Sebastian Haas 76bc8c2564 Updated vexflow type definitions (#15741)
* updated vexflow type definitions

* increased version number
2017-04-20 11:07:29 -07:00

24 lines
471 B
JSON

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