AnalysisSystemForRadionucli.../jsconfig.json

14 lines
242 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"module": "CommonJS",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}