mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
refactor: move app to monorepo
This commit is contained in:
18
frontend/app/tsconfig.json
Normal file
18
frontend/app/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"outDir": "./dist/out-tsc",
|
||||
"declaration": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"resolveJsonModule": true,
|
||||
"downlevelIteration": true,
|
||||
"importHelpers": true,
|
||||
"module": "es2020",
|
||||
"target": "es2017",
|
||||
"lib": ["es2020", "dom"]
|
||||
},
|
||||
"exclude": ["**/*.spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user