mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-29 13:49:29 +00:00
15 lines
190 B
JSON
15 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "out",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |