mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
They formerly did not run because the `/// <reference>`s for tests were not placed at the top of the file, so they were regular comments.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"tests/ace-anchor-tests.ts",
|
|
"tests/ace-background_tokenizer-tests.ts",
|
|
"tests/ace-default-tests.ts",
|
|
"tests/ace-document-tests.ts",
|
|
"tests/ace-edit_session-tests.ts",
|
|
"tests/ace-editor1-tests.ts",
|
|
"tests/ace-editor_highlight_selected_word-tests.ts",
|
|
"tests/ace-editor_navigation-tests.ts",
|
|
"tests/ace-editor_text_edit-tests.ts",
|
|
"tests/ace-multi_select-tests.ts",
|
|
"tests/ace-placeholder-tests.ts",
|
|
"tests/ace-range-tests.ts",
|
|
"tests/ace-range_list-tests.ts",
|
|
"tests/ace-search-tests.ts",
|
|
"tests/ace-selection-tests.ts",
|
|
"tests/ace-token_iterator-tests.ts",
|
|
"tests/ace-virtual_renderer-tests.ts"
|
|
]
|
|
} |