8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"target": "ES2020"
|
|
},
|
|
"include": ["src/**/*"],
|
|
}
|