1
0
term/pkg/axios/tsconfig.json
2024-03-23 20:25:41 +09:00

10 lines
141 B
JSON

{
"compilerOptions": {
"module": "node16",
"lib": ["dom", "es2015"],
"types": [],
"strict": true,
"noEmit": true
}
}