Files
DefinitelyTyped/physijs/tests/tsconfig.json
Ryan Cavanaugh 290d5dfb4d More fixes
2016-05-04 18:42:46 -07:00

9 lines
184 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"strictNullChecks": false,
"baseUrl": "../../"
}
}