mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-07-26 10:28:41 +00:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist", "examples"]
|
|
}
|