Skip to content

Commit

Permalink
infra: remove specific tsconfig (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Mar 4, 2024
1 parent dc12344 commit da2a49f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion mocha.bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const chai = require('chai');
const sinonChai = require('sinon-chai');
const chaiAsPromised = require('chai-as-promised');

const config = require('./tsconfig-test.json');
const config = require('./tsconfig.json');

config.compilerOptions.module = 'commonjs';
config.transpileOnly = true;
Expand Down
17 changes: 0 additions & 17 deletions tsconfig-test.json

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES2019",
"module": "CommonJS",
"moduleResolution": "Node",
"lib": ["ES2019", "DOM"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES2019",
"moduleResolution": "Node",
"module": "CommonJS",
"strict": true,
Expand Down

0 comments on commit da2a49f

Please sign in to comment.