mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
11 lines
174 B
JSON
11 lines
174 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6",
|
||
|
|
"module": "commonjs",
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true
|
||
|
|
}
|
||
|
|
}
|