Files
DefinitelyTyped/three/tests/tsconfig.json
2016-05-09 13:52:25 -07:00

10 lines
215 B
JSON

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