schunder-madre/web/libraries/mmenu/tsconfig.json

10 lines
173 B
JSON
Raw Permalink Normal View History

2021-11-25 21:27:41 +01:00
{
"include": [
"src/**/*"
],
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"resolveJsonModule": true,
}
}