Files
rappaurio-sae501_502/app/node_modules/wikijs/tsconfig.json
2023-09-25 13:27:24 +02:00

8 lines
146 B
JSON

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}