mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 19:52:23 +08:00
* 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
22 lines
434 B
JSON
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"
|
|
]
|
|
}
|