mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
13 lines
222 B
JSON
13 lines
222 B
JSON
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./test/**/*.ts",
|
|
"./snippets/src/**/*.ts",
|
|
".prettierrc.js",
|
|
".eslintrc.js",
|
|
"jest.config.js"
|
|
]
|
|
}
|