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.
 
 
 
 
 

22 lines
542 B

{
"compilerOptions": {
"allowJs": true,
"module": "ESNext",
"target": "ES2018",
"noImplicitAny": false,
"declaration": true,
"sourceMap": true,
"jsx": "preserve",
"moduleResolution": "Node",
"lib": ["ES2018", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true
},
"include": ["packages", "typings"],
"exclude": [
"node_modules",
"**/dist",
"**/__tests__/**/*",
"**/test/**",
"**/tests/**"
]
}