mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
11 lines
266 B
JSON
11 lines
266 B
JSON
{
|
|
"extends": "@zenstackhq/typescript-config/base.json",
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/svelte"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"lib": ["ESNext", "DOM"],
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
}
|
|
}
|