rubbishclass-minapp/tsconfig.json

16 lines
272 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"jsx": "preserve",
"rootDir": "src",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}
}
}