diff options
Diffstat (limited to 'examples/with-rollup/packages/tsconfig/react-library.json')
| -rw-r--r-- | examples/with-rollup/packages/tsconfig/react-library.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/with-rollup/packages/tsconfig/react-library.json b/examples/with-rollup/packages/tsconfig/react-library.json new file mode 100644 index 0000000..4b78b47 --- /dev/null +++ b/examples/with-rollup/packages/tsconfig/react-library.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "React Library", + "extends": "./base.json", + "compilerOptions": { + "jsx": "react-jsx", + "lib": ["ES2015"], + "module": "ESNext", + "target": "es6", + "outDir": "dist", + "declaration": true + } +} |
