mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 01:20:31 +03:00
18 lines
292 B
JSON
18 lines
292 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "js",
|
|
"target": "ES2020",
|
|
"composite": true,
|
|
"tsBuildInfoFile": ".tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.test.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/legacy/**/*.ts"
|
|
]
|
|
} |