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