wble/wble/tsconfig.json
ale d9a76c9a9f
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2024-12-01 16:36:36 +01:00

24 lines
1.1 KiB
JSON

{
"compilerOptions": {
"target": "ES2020", /* Specify ECMAScript target
version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES201
9', 'ES2020', 'ES2021', or 'ESNEXT'. */
"module": "es2020", /* Specify module code gener
ation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNex
t'. */
"strict": false, /* Enable all strict type-c
hecking options. */
"baseUrl": "./", /* Base directory to resolve no
n-absolute module names. */
"esModuleInterop": true, /* Enables emit interoperabi
lity between CommonJS and ES Modules via creation of namespace objects for all i
mports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true, /* Skip type checking of dec
laration files. */
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-
cased references to the same file. */
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}