10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"lib": ["ES2022", "DOM"],
|
|
"target": "ES2022",
|
|
"checkJs": true
|
|
},
|
|
"nodeModulesDir": true
|
|
}
|