11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "@dwellops/config/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"noEmit": true,
|
|
"lib": ["ES2022", "DOM"]
|
|
},
|
|
"include": ["src"]
|
|
}
|