13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"maxNodeModuleJsDepth": 10,
|
|
"module": "nodenext",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"typeAcquisition": {
|
|
"enable": false
|
|
},
|
|
"include": ["**/*", "**/.eslintrc.js"]
|
|
}
|