clone of github.com/decent-newsroom/newsroom
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.
 
 
 
 
 
 

16 lines
391 B

{
"compilerOptions": {
"module": "es6",
"target": "es6",
"lib": ["es2015", "dom", "dom.iterable"],
"outDir": "./dist/esm",
"declaration": true,
"declarationDir": "./dist/typings",
"strict": true,
"moduleResolution": "Bundler",
"noUnusedLocals": true,
"noUnusedParameters": true,
"verbatimModuleSyntax": true
},
"include": ["src", "tests"]
}