mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015", "dom"],
|
|
"outDir": "./dist/",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|