mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
12 lines
160 B
JSON
12 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"build",
|
|
"packages/*/build"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
}
|
|
}
|