Files
quorum-test-network/dapps/quorumToken/tsconfig.json

12 lines
232 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}