13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": ["src/**/*.js"]
|
|
}
|