2022-07-05 20:26:54 +02:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2025-11-13 16:33:36 +00:00
|
|
|
"allowImportingTsExtensions": true,
|
2022-07-05 20:26:54 +02:00
|
|
|
"jsx": "preserve",
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"outDir": "./lib/module_system",
|
2024-08-01 17:14:27 +01:00
|
|
|
"lib": ["es2022"],
|
2022-07-05 21:09:26 +02:00
|
|
|
"types": ["node"]
|
2022-07-05 20:26:54 +02:00
|
|
|
},
|
|
|
|
|
"include": ["./module_system/**/*.ts"]
|
|
|
|
|
}
|