2021-05-17 14:30:54 +02:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"include": ["./src/**/*", "./tests/**/*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "CommonJS",
|
|
|
|
"lib": ["es2015","dom"],
|
2021-05-17 14:39:10 +02:00
|
|
|
"types": ["svelte", "node"]
|
|
|
|
},
|
2021-05-17 14:30:54 +02:00
|
|
|
}
|