13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "lib",
|
|
"sourceRoot": "src",
|
|
"preserveWatchOutput": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
}
|
|
} |