mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": [ "es6" ],
|
|
"sourceMap": true,
|
|
"pretty": true,
|
|
"strict": true,
|
|
"rootDir": "."
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode-test"
|
|
]
|
|
}
|