@daml/types
Version:
Primitive types of the Daml language and their serialization.
20 lines (19 loc) • 376 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"es2015"
],
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"outDir": "lib/",
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,
"sourceMap": true
}
}