We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3c1e commit b834a18Copy full SHA for b834a18
2 files changed
.npmignore
@@ -0,0 +1,16 @@
1
+# Development files
2
+src/
3
+scripts/
4
+esbuild.config.js
5
+tsconfig.json
6
+tsconfig.build.json
7
+eslint.config.js
8
+.prettierrc
9
+.prettierrc.json
10
+AGENTS.md
11
+.git/
12
+.vscode/
13
+.DS_Store
14
+
15
+# Dependencies (đã có trong package.json)
16
+node_modules/
tsconfig.build.json
@@ -5,7 +5,9 @@
"emitDeclarationOnly": true,
"outDir": "./dist",
"declaration": true,
- "declarationMap": false
+ "declarationMap": false,
+ "rootDir": "./src",
+ "ignoreDeprecations": "6.0"
},
"include": ["src/**/*"]
}
0 commit comments