mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./test/**/*.ts",
|
|
"./src/**/*.json",
|
|
"./snippets/src/**/*.ts",
|
|
".eslintrc.js"
|
|
]
|
|
}
|