Skip to content

Commit

Permalink
chore(tsconfig): use the same settings as GeoNature
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-cbna committed Sep 18, 2024
1 parent df0e133 commit 0d5cac6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/tsconfig.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@
"outDir": "/home/<user>/workspace/geonature/frontend/dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"module": "ES2022",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"useDefineForClassFields": false,
"target": "ES2022",
"typeRoots": [
"node_modules/@types",
"/home/<user>/workspace/geonature/frontend/src/typings.d.ts"
],
"lib": [
"es2015",
"es2016",
"es2017",
"ES2022",
"dom"
],
"baseUrl": "/home/<user>/workspace/geonature/frontend/",
"paths": {
"tslib" : [
"node_modules/tslib/tslib.d.ts"
],
"@angular/*": [
"node_modules/@angular/*"
],
Expand Down

0 comments on commit 0d5cac6

Please sign in to comment.