17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"jspm_packages",
|
|
"tmp",
|
|
"temp"
|
|
]
|
|
}
|