mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 22:37:57 +00:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": false
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*",
|
|
"packages/**/test/**/*",
|
|
"scripts/**/*"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|