16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "lib",
|
|
"preserveWatchOutput": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["./src"]
|
|
}
|