mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "ES2020",
|
|
"moduleResolution": "node16",
|
|
"module": "node18",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["tests/**/*", "src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|