11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/scripts/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|