17 lines
337 B
JSON
Executable File
17 lines
337 B
JSON
Executable File
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2015",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"target": "ES6",
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "bundler",
|
|
"module": "preserve",
|
|
"noEmit": true
|
|
}
|
|
} |