Alice Gaudon
54faa5c873
This avoids full object overriding when you just want to set specific fields
18 lines
273 B
JSON
18 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"target": "ES6",
|
|
"strict": true,
|
|
"lib": [
|
|
"es2020"
|
|
],
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |