8e131922e7
Continuing our theme of treating all languages equally, move wrappers/javascript to javascrpit. Automerge libraries for new languages should be built at this top level if possible.
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"outDir": "../dist/mjs"
|
|
}
|
|
}
|