mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"outDir": "dist",
|
|
"jsx": "react"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/runtime"]
|
|
}
|