17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"lib": [
|
|
"es2015", "dom", "scripthost"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"tests/**/*.ts"
|
|
]
|
|
}
|