mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
11 lines
No EOL
168 B
JSON
11 lines
No EOL
168 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"rootDir": "src",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|
|
|