mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
Disable ES module interop
This commit is contained in:
parent
a5ae50400d
commit
9209a992c9
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import Mocha from 'mocha';
|
import * as Mocha from 'mocha';
|
||||||
import glob from 'glob';
|
import * as glob from 'glob';
|
||||||
|
|
||||||
export function run(): Promise<void> {
|
export function run(): Promise<void> {
|
||||||
// Create the mocha test
|
// Create the mocha test
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2019"
|
"es2019"
|
||||||
],
|
],
|
||||||
"esModuleInterop": true,
|
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue