Files
DefinitelyTyped/babel-code-frame/tsconfig.json
Mohsen Azimi 97af45fd65 Add babel-code-frame (#13102)
* Add babel-code-frame

* Add babel-code-frame

* index

* Follow naming convention

* tests

* ref fix

* Address issues raised in code review

* CR fixes

* make options... optional

* Update test to not assert
2016-12-08 06:37:46 -08:00

22 lines
434 B
JSON

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