1
0
term/pkg/axios/tsconfig.json

10 lines
141 B
JSON
Raw Normal View History

2024-03-23 11:25:41 +00:00
{
"compilerOptions": {
"module": "node16",
"lib": ["dom", "es2015"],
"types": [],
"strict": true,
"noEmit": true
}
}