11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"extends": "@ufb/tsconfig/internal-package.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "ES2022"],
|
|
"jsx": "preserve",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|