You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
262 B

{
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist",
"declaration": true,
"declarationDir": "./types/",
"target": "es5",
"lib": ["es5", "es2015", "es2016", "es2017", "dom"]
},
"include": [
"src/**/*",
"test/**/*"
]
}