Files
DefinitelyTyped/warning/tsconfig.json
2016-11-10 17:57:42 +07:00

20 lines
399 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"warning-tests.ts"
]
}