1e904f567a
This reverts commit 4edad9f19b
.
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2017"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src", "../common/**/*.ts"]
|
|
}
|