DefinitelyTyped/scripts/tsconfig.json
2016-05-09 13:52:25 -07:00

9 lines
182 B
JSON

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