ds4/spec/tsconfig.json

9 lines
179 B
JSON
Raw Permalink Normal View History

2021-02-11 13:42:38 +01:00
{
2023-07-10 22:23:13 +02:00
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["bun-types", "@types/jquery", "handlebars"],
"skipLibCheck": true
},
2023-07-10 22:23:13 +02:00
"include": ["../src", "./"]
2021-02-11 13:42:38 +01:00
}