{ "extends": "@polkadot/dev/config/tsconfig", "exclude": [ "build/**/*", "**/build/**/*" ], "compilerOptions": { "baseUrl": ".", "paths": { }, "skipLibCheck": true, "typeRoots": [ "./node_modules/@types" ] } }