TypeScript/tests/cases/fourslash/jsconfig.ts

17 lines
289 B
TypeScript

/// <reference path="fourslash.ts" />
// @Filename: /a.js
////function f(/**/x) {
////}
// @Filename: /jsconfig.json
////{
//// "compilerOptions": {
//// "checkJs": true,
//// "noImplicitAny": true
//// }
////}
goTo.file("/a.js");
verify.errorExistsAfterMarker("");