10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "es2015",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true,
|
|
"target": "esnext"
|
|
}
|
|
} |