mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 08:05:51 +00:00
10 lines
134 B
JSON
10 lines
134 B
JSON
{
|
|
"extends": "../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|