mirror of
https://github.com/status-im/keycard-certify.git
synced 2025-02-19 16:04:31 +00:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "./out",
|
|
"rootDir": "./src"
|
|
}
|
|
} |