8010bf3c4c
* feat: Standardized & cleaned up formatting & linting across repo Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems> Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "commonJS"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|