16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Component Library",
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"useDefineForClassFields": true,
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false
|
|
}
|
|
}
|