DefinitelyTyped/babel-code-frame/tsconfig.json
2016-12-08 09:57:56 -08:00

20 lines
407 B
JSON

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