mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 14:52:55 +01:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"target": "ES2019"
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|