META-INF.dirigible.template-form.form.tsconfig.json.template Maven / Gradle / Ivy
The newest version!
{
"compilerOptions": {
"module": "ESNext",
"target": "ES6",
"moduleResolution": "Node",
"baseUrl": "../",
"lib": [
"ESNext",
"DOM"
],
"paths": {
"sdk/*": [
"./modules/src/*"
],
"/*": [
"./*"
]
},
"types": [
"../modules/types"
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy