mirror of
https://github.com/AtHeartEngineer/rlnjs.git
synced 2026-01-09 13:07:57 -05:00
22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noEmitOnError": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
}
|
|
} |