Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 30574dd

Browse files
committed
Updated stack.
1 parent 59e3c85 commit 30574dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

spec/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
4-
"noEmit": true
4+
"noEmit": true,
5+
"module": "CommonJS"
56
},
67
"include": ["./", "../src/"]
78
}

tsconfig.base.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
// General
44
"newLine": "LF",
55
"moduleResolution": "node",
6-
"esModuleInterop": true,
76
"strict": true,
7+
"useDefineForClassFields": true,
88
// Per-project
9+
"esModuleInterop": true,
910
"target": "ES2019",
11+
"module": "ES2015",
1012
"lib": ["ESNext"]
1113
},
1214
"include": [],

0 commit comments

Comments
 (0)