init: Initialize the basic project.

This commit is contained in:
2026-01-06 09:58:29 +08:00
commit 1ab79d6f8f
1441 changed files with 129326 additions and 0 deletions

12
nl-vue/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
// /* Bundler mode */
"allowJs": true,
"baseUrl": ".",
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"]
}