mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"declaration": false,
|
|
"outDir": "./lib/module_system",
|
|
"lib": ["es2022"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./module_system/**/*.ts"]
|
|
}
|