We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7427e0b commit 6c95b42Copy full SHA for 6c95b42
libraries/rush-sdk/config/typescript.json
@@ -0,0 +1,9 @@
1
+/**
2
+ * Configures the TypeScript plugin for Heft. This plugin also manages linting.
3
+ */
4
+{
5
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
6
+ "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json",
7
+
8
+ "emitMjsExtensionForESModule": true
9
+}
libraries/rush-sdk/package.json
@@ -9,6 +9,7 @@
},
10
"homepage": "https://rushjs.io",
11
"main": "lib/index.js",
12
+ "module": "lib/index.mjs",
13
"typings": "dist/rush-lib.d.ts",
14
"scripts": {
15
"build": "heft build --clean",
0 commit comments