mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./test/**/*.ts",
|
|
"./test/**/*.json",
|
|
"./src/**/*.json",
|
|
"./snippets/src/**/*.ts",
|
|
".eslintrc.js"
|
|
],
|
|
}
|