项目文件夹

文件
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

15 行
187 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"lib": [
"ES2020",
"WebWorker"
],
"module": "Node16",
},
"include": [
"src/**/*"
]
}