Files
kobo/tsconfig.json
Jurgis Sakalauskas 995ad4c28f Initial commit
2023-08-28 10:35:08 +03:00

13 lines
207 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"lib": ["dom"]
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}