mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
8 lines
108 B
JSON
8 lines
108 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|