diff options
Diffstat (limited to 'tests/specs/publish/missing_constraint_jsx_import_source/jsr.jsonc')
-rw-r--r-- | tests/specs/publish/missing_constraint_jsx_import_source/jsr.jsonc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/publish/missing_constraint_jsx_import_source/jsr.jsonc b/tests/specs/publish/missing_constraint_jsx_import_source/jsr.jsonc new file mode 100644 index 000000000..7aea08842 --- /dev/null +++ b/tests/specs/publish/missing_constraint_jsx_import_source/jsr.jsonc @@ -0,0 +1,11 @@ +{ + "name": "@foo/bar", + "version": "1.0.0", + "exports": { + ".": "./mod.ts" + }, + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "npm:preact" + } +} |