forked from mystiq/hydrogen-web
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": false,
|
|
"noEmit": true,
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"src/sdk/paths/*"
|
|
],
|
|
"include": ["src/**/*"],
|
|
}
|