Skip to content

Commit d7072d0

Browse files
committed
revert: TS changes
1 parent 2acf371 commit d7072d0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

config/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"allowUnreachableCode": false,
1616
"allowUnusedLabels": false,
1717
"esModuleInterop": true,
18-
"experimentalDecorators": true,
1918
"forceConsistentCasingInFileNames": true,
2019
"jsx": "react",
2120
"lib": ["ESNext"],
22-
"module": "ESNext",
23-
"moduleResolution": "Node",
21+
"module": "NodeNext",
22+
"moduleResolution": "NodeNext",
2423
"noEmit": false,
2524
"noFallthroughCasesInSwitch": true,
2625
"noImplicitReturns": true,

example/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "../config/tsconfig.json",
3-
"include": ["src", "index.js"]
3+
"include": ["src", "index.js"],
4+
"compilerOptions": {
5+
"experimentalDecorators": true
6+
}
47
}

0 commit comments

Comments
 (0)