DefinitelyTyped/types/javascript-state-machine/tsconfig.json
taoqf 1a4fd4ff86 rename state-machine to javascript-state-machine (#16883)
* rename state-machine to javascript-state-machine

* add state-machine to notNeededPackages.json

* update version of javascript-state-machine

* remove state-machine from notNeededPackes.json
2017-06-02 06:19:50 -07:00

23 lines
487 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",
"javascript-state-machine-tests.ts"
]
}