mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
8 lines
138 B
JSON
8 lines
138 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.json"]
|
|
}
|