mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ES2022",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.d.ts"]
|
|
}
|