@fort-major/msq
Version:
Privacy-focused MetaMask snap for the Internet Computer (ICP)
25 lines (24 loc) • 486 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "dist",
"target": "ESNext",
"module": "commonjs",
"noEmit": true,
"composite": true,
"emitDeclarationOnly": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"references": [
{
"path": "../client"
},
{
"path": "../shared"
}
],
"exclude": [".turbo", "dist", "node_modules"]
}