12 lines
No EOL
149 B
JSON
12 lines
No EOL
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strictNullChecks": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
} |