We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6f812 commit ae2e88fCopy full SHA for ae2e88f
4 files changed
cases/rslib/rslib-node-basic/package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "rslib-node-basic",
3
+ "type": "module",
4
"private": true,
5
"scripts": {
6
"build": "rslib build"
cases/rslib/rslib-node-basic/tsconfig.json
@@ -1,6 +1,6 @@
"compilerOptions": {
- "strict": true,
+ "rootDir": "src",
"skipLibCheck": true
},
"include": ["src/**/*"]
cases/rslib/rslib-react-basic/package.json
"name": "rslib-react-basic",
cases/rslib/rslib-react-basic/tsconfig.json
@@ -1,7 +1,7 @@
"jsx": "react-jsx",
7
0 commit comments