mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-15 02:39:12 +01:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"lib": ["dom", "es2015"],
|
|
"types": [],
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"axios": ["."]
|
|
}
|
|
}
|
|
}
|