Move into monaco-json folder

This commit is contained in:
Alex Dima 2021-11-05 12:08:41 +01:00
parent 49f367aaca
commit fb0da62177
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
27 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"module": "amd",
"moduleResolution": "node",
"outDir": "../out/amd",
"declaration": true,
"target": "es5",
"lib": ["dom", "es5", "es2015.collection", "es2015.promise", "es2015.iterable"]
}
}