This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
Web-Dev-For-Beginners
mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
473a447f67
Web-Dev-For-Beginners
/
quiz-app
/
jsconfig.json
9 lines
116 B
Raw
Blame
History
{
"compilerOptions"
:
{
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}
Reference in new issue
View Git Blame
Copy Permalink