mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"lib": ["ES2017", "DOM", "ES2020"],
|
|
"moduleResolution": "node",
|
|
"outDir": "./www/common"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|
|
|