16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2017"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "es6",
|
|
"jsx": "react-jsx",
|
|
"sourceMap": true,
|
|
"declarationDir": "./dist",
|
|
"declaration": true
|
|
}
|
|
}
|