Files
DefinitelyTyped/types/grasp/tsconfig.json
Isaac Wolkerstorfer 04f08a9952 Add typedefs for grasp (graspjs.com) (#21007)
* Add typedefs for grasp (graspjs.com)

* Add package.json to specify dependencies

* Incorporate PR feedback
2017-10-26 07:45:17 -07:00

17 lines
420 B
JSON

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