mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 09:13:36 +08:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": ["."]
|
|
}
|