mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"moduleResolution": "Classic",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationDir": "types"
|
|
},
|
|
"include": ["src/core.js"]
|
|
}
|