What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
13 lines
192 B
JSON
13 lines
192 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|