fury-kit
Version:
Fury is a tool that helps developers in a variety of tasks.
18 lines (17 loc) • 350 B
JSON
{
"compilerOptions": {
"strict": true,
"outDir": "./dist",
"rootDir": "./src",
"target": "ES2022",
"module": "NodeNext",
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "NodeNext",
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}