mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 12:36:13 -07:00
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext"
|
|
},
|
|
"include": ["."]
|
|
}
|