15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es6"],
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"target": "es6"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|