mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
36 lines
950 B
JSON
36 lines
950 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/anchor.ts",
|
|
"test/background_tokenizer.ts",
|
|
"test/default.ts",
|
|
"test/document.ts",
|
|
"test/edit_session.ts",
|
|
"test/editor1.ts",
|
|
"test/editor_highlight_selected_word.ts",
|
|
"test/editor_navigation.ts",
|
|
"test/editor_text_edit.ts",
|
|
"test/multi_select.ts",
|
|
"test/placeholder.ts",
|
|
"test/range.ts",
|
|
"test/range_list.ts",
|
|
"test/search.ts",
|
|
"test/selection.ts",
|
|
"test/token_iterator.ts",
|
|
"test/virtual_renderer.ts"
|
|
]
|
|
} |