DefinitelyTyped/medium-editor/tsconfig.json
2016-10-25 22:42:29 +09:00

20 lines
405 B
JSON

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