mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 00:29:59 +00:00
15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es6",
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"exclude": ["node_modules/**/*", "**/node_modules/**/*", "dist/**/*"]
|
|
}
|